@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

body {
    width: 100%;
    height: 100%;
    background-color: #fbfbf0;
    font-family: "Microsoft yahei", "simhei", "simsun";
}

/*头部*/

.supervision_header {
    width: 100%;
    height: 243px;
    background: #FFF;
}

.header_top {
    width: 1190px;
    height: 194px;
    margin: 0 auto;
    position: relative;
}

.header_function {
    width: 100%;
    height: 44px;
}

.function_left {
    float: left;
    height: 44px;
}

.function_left li {
    float: left;
    line-height: 44px;
    padding-left: 10px;
}

.function_left li a {
    color: #000;
}

.function_left li a:hover {
    color: #1a5388;
}

.function_left li span {
    padding-left: 10px;
}

.function_left li span img {
    vertical-align: -2px;
}

.function_right {
    float: right;
    height: 44px;
}

.function_right li {
    float: left;
    line-height: 44px;
    padding: 0px 10px;
    cursor: pointer;
}

.function_right li a {
    color: #000;
}

.function_right li a:hover {
    color: #1a5388;
}

.function_right li img {
    vertical-align: -4px;
    padding-right: 5px;
}

#mydiv1, #mydiv2 {
    width: 87px;
    height: 114px;
    position: absolute;
    top: 40px !important;
    right: -100px;
    left: inherit !important;
    background: white;
    display: none;
}

/*logo*/

.header_logo {
    width: 100%;
    margin-top: 15px;
}

.header_logo div img {
    width: 100%;
}

.logo1 {
    width: 690px;
    float: left;
}

.logo2 {
    width: 490px;
    float: right;
}

/*导航*/

.header_bottom {
    width: 100%;
    height: 49px;
    background: url(header_navbg.gif) repeat-x top;
}

.header_nav {
    width: 1190px;
    height: 49px;
    margin: 0 auto;
}

.header_nav ul {
    height: 49px;
    float: left;
}

.header_nav li {
    line-height: 49px;
    float: left;
    padding: 0px 30px;
    border-right: 4px #FFF solid;
}
.header_nav li:first-child{
    border-left: 4px solid #fff;
}
.header_nav li a {
    color: #FFF;
    font-weight: bolder;
    font-size: 22px;
}

.header_input {
    width: 187px;
    height: 25px;
    float: left;
    margin: 12px 0px 0px 17px;
    position: relative;
}

.header_text {
    width: 150px;
    height: 21px;
    line-height: 21px;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 21px;
    background: #d9e6f0;
    border: 2px #c4c4c4 solid;
    font-size: 14px;
}

.header_button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: -35px;
    border-radius: 50%;
    background: url(header_buttonbg.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    border: none;
}

.contents {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}

.contents .important {
    margin: 28px 0 30px 0;
}

.contents .important img {
    width: 100%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/* 模块1 */

.section1 {
    overflow: hidden;
}

/*轮播图*/

.slider_wrap {
    width: 700px;
    float: left;
}

#fsD2 {
    position: relative;
    width: 100%;
    height: 405px;
    background-color: #FFF;
    margin-bottom: 20px;
}

#fsD2 .slider {
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;
}

#fsD2 .sliderbox {
    position: absolute;
    height: 405px !important;
}

#fsD2 .sliderbox li {
    height: 390px;
    position: relative;
}

#fsD2 .slider .tit {
    width: 90%;
    padding: 0px 5%;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 56px;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
}

#fsD2 *+html .slider .tit {
    background: #000;
}

#fsD2 .slider .num {
    width: 100%;
    bottom: 2px;
    left: 0px;
    position: absolute;
    text-align: center;
    z-index: 200;
}

#fsD2 .slider .num li {
    position: relative;
    display: inline;
    width: 19%;
    height: 5px;
    margin: 0 0.5%;
    color: #B0B0B0;
    font-size: 0px;
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #ede5d6;
}

#fsD2 *+html .slider .num {
    margin-left: -50px;
}

#fsD2 *+html .slider .num li {
    float: left;
}

#fsD2 .slider .num li.on {
    background: #fc114a;
}

#fsD2 .slider .prev, .slider .next {
    display: block !important;
    position: absolute;
    top: 85px;
    width: 40px;
    height: 74px;
    background: url(focus_btn.png) no-repeat;
}

#fsD2 .slider .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

#fsD2 .slider .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

#fsD2 .slider .prev:hover {
    background-position: 0 0;
}

#fsD2 .slider .next:hover {
    background-position: -40px 0;
}

/* #fsD2 .slider .sliderbox img {
    width: 100%;
    height: 100%;
} */

/* 模块1列表 */

.section1_list {
    width: 438px;
    height: 395px;
    padding: 0 16px;
    margin-right: 5px;
    float: right;
    border-top: 5px solid #fc114a;
    background-color: #fcfcf4;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.section1_list_first {
    margin-top: 36px;
    margin-bottom: 30px;
}

.section1_list_first a {
    font-size: 24px;
    color: #0a6cb8;
    line-height: 35px;
    font-weight: bold;
}

.section1_list_ul li {
    padding-left: 11px;
    background: url(section1_list_square_Xu200629.png) no-repeat left 13px;
    background-size: 4px;
    line-height: 30px;
}

.section_generics li a {
    font-size: 16px;
    transition: color 0.2s;
}

.section_generics li a:hover {
    color: #0a6cb8;
}

/* 模块2 */

.section2 {
    overflow: hidden;
}

.section2_list_wrap {
    overflow: hidden;
}

.section2_left {
    width: 700px;
    float: left;
    margin-top: 21px;
}

.section2_title {
    overflow: hidden;
    margin-left: 10px;
}

.section2_title_left {
    width: 12px;
    height: 30px;
    background: url(section2_title_left_Xu200629.png) no-repeat left center;
    float: left;
}

.section2_title_center {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
    color: #fff;
    background: url(section2_title_center_Xu200629.png) repeat-x left;
}
.section2_title_center a,.section2_list2_title_center a{
    color:#fff;
}
.section2_title_right {
    width: 9px;
    float: left;
    height: 30px;
    background: url(section2_title_right_Xu200629.png) no-repeat right center;
}

.section2_ul {
    margin-top: 25px;
    margin-bottom: 40px;
}

.section2_ul li {
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
    padding-left: 11px;
    background: url(section1_list_square_Xu200629.png) no-repeat left 13px;
    background-size: 4px;
    line-height: 30px;
}

.section2_ul li a {
    font-size: 16px;
    font-weight: normal;
}

/* 模块2下部分 */

.section2_list2_wrap {
    position: relative;
    overflow: inherit;
}

.section2_list2_title_left {
    width: 9px;
    height: 30px;
    background: url(section2_list2_title_left_Xu200629.png) no-repeat left center;
    float: left;
}

.section2_list2_title_center {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
    color: #fff;
    background: url(section2_list2_title_center_Xu200629.png) repeat-x left;
}

.section2_list2_title_right {
    width: 9px;
    float: left;
    height: 30px;
    background: url(section2_list2_title_right_Xu200629.png) no-repeat right center;
}

.section2_list2 {
    border-top: 1px solid #dcddd5;
}

.section2_list2_title {
    width: 100%;
    position: absolute;
    top: -5px;
}

.section2_list2_title ul {
    display: flex;
    justify-content: space-between;
}

.section2_list2_title li {
    float: left;
    position: relative;
}

.section2_list2_ul {
    margin-top: 40px;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #e9eaf9;
}

.section2_list2_ul_inside li {
    margin-left: 7px;
    padding-left: 11px;
    background: url(section1_list_square_Xu200629.png) no-repeat left 13px;
    background-size: 4px;
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.section2_list2_title .on_arrow {
    position: absolute;
    bottom: -21px;
    left: 50px;
    display: none;
}

.section2_list2_title .on .on_arrow {
    display: block;
}

.section2_message {
    margin-top: 35px;
}

.section2_message ul {
    display: flex;
    justify-content: space-between;
}

.section2_message ul li {
    float: left;
    width: 49%;
}

.section2_message ul li img {
    width: 100%;
}

/* 模块2右侧 */

.section2_right {
    width: 473px;
    float: right;
}

.section2_right_zt>li {
    margin-bottom: 5px;
}

.section2_right_zt li img {
    width: 100%;
}

.li_slide .hd {
    position: relative;
}

.li_slide .hd ul {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
    width: 31%;
}

.li_slide .hd ul li {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    background-color: #4c5e62;
}

.li_slide .hd ul li.on {
    background-color: red;
}
.section2_right_zt2 ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.section2_right_zt2 .zt2_title a {
    font-size: 22px;
    color: #005fa6;
    font-weight: bold;
    padding-left: 10px;
}

.section2_right_zt2 li {
    margin-bottom:7px;
    height:177px;
    width:225px;
}

.section2_right_zt2 .zt2_img img {
    width: 100%;
    height: 102px;
}

.section2_right_zt2 .zt2_img a {
    font-size: 14px
}

.section2_right_zt3 {
    text-align: center;
}

.section2_right_zt3 img {
    width: 398px;
}

.section2_line {
    margin-top: 35px;
    float: left;
    height: 2px;
    width: 100%;
    background-color: #c0c1bd;
}

/* 模块3 */

.section3 {
    margin: 31px 0 27px 0;
}

.section3 ul {
    display: flex;
    justify-content: space-between;
}

.section3 ul li {
    float: left;
}

.supervision_title3 {
    width: 100%;
    height: 28px;
}

/*TAB*/

.wcy-tab {
    width: 50%;
    float: left;
}

.currency_tab {
    width: 100%;
    height: 28px;
    float: left;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.currency_tab li {
    width: 33%;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
    font-size: 18px;
    background: #e5e5e5;
}

.currency_tab li.on {
    background: #a60505;
    color: #fff;
}

.currency_tab li.on a {
    color: #fff;
}

.currency_tab li a {
    color: #000;
}

.scetion4 .bd {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.scetion4 .bd ul li {
    width: 14.28%;
    line-height: 26px;
    float: left;
    font-size: 18px;
}

.scetion4 .bd ul li a {
    color: #000;
}

.scetion4 .bd ul li a:hover {
    color: #1a5388;
}

.scetion4 .bd ul li span {
    float: right;
    color: #888888;
}

/*底部*/

.supervision_footer {
    width: 100%;
    height: 103px;
    margin-top: 20px;
    background: #423f3f;
}

.supervision_footer dl {
    padding-top: 15px;
    float: left;
}

.supervision_footer dl dt {
    width: 69px;
    height: 78px;
    float: left;
}

.supervision_footer dl dd {
    width: 410px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    color: #FFF;
}

.supervision_footer dl dd a {
    color: #fff;
}

.footer_wrap {
    width: 800px;
    margin: 0 auto;
}
.footer_left #_ideConac {
    float: left;
    display: block;
    margin-top: 10px;
}
.footer_left_text{
    float: left;
    margin-top: 20px;
}
.footer_left_text p, .footer_left_text a {
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.footer_qr {
    float: right;
    margin-top: 10px;
}
.footer_qr > div{
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-right: 10px;
}
.footer_qr p{
    font-size: 12px;
    color:#fff;
}
.supervision_header,.supervision_footer{
    min-width: 1190px;
}
@media screen and (max-width:1366px) {
    #mydiv1 {
        right: 95px !important;
        top: 40px !important;
        left: inherit !important;
    }
    #mydiv2 {
        right: 0px !important;
        top: 40px !important;
        left: inherit !important;
    }
}

@media screen and (max-width:1024px) {
    .header_top {
        width: 960px;
    }
    .logo1 {
        width: 560px;
    }
    .logo2 {
        width: 390px;
    }
    .header_nav {
        width: 960px;
    }
    .header_nav li {
        padding: 0px 10px;
    }
    .header_nav li a {
        font-size: 20px;
    }
    .supervision_contents {
        width: 960px;
    }
    #fsD1 .fcon {
        width: 810px;
    }
    #fsD1 .fcon img {
        width: 80%;
        margin: 0 auto;
    }
    #fsD1 .fcon_tit {
        margin-top: 20px;
    }
    .left_focus {
        width: 350px;
    }
    .right_focus {
        width: 600px;
    }
    .guide_ul {
        margin-left: 110px;
        margin-right: 40px;
    }
    .guide_ul li, .guide_ul2 li {
        padding-right: 40px;
    }
    .guide_ul3 {
        margin-left: 70px;
        margin-right: 0px;
    }
}